

@font-face{font-family:"Gilroy-Bold";src:url(../fonts/Gilroy-Bold.eot);src:url(../fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),url(assets/fonts/Gilroy-Bold.woff2) format("woff2"),url(../fonts/Gilroy-Bold.woff) format("woff"),url(../fonts/Gilroy-Bold.ttf) format("truetype"),url(../fonts/Gilroy-Bold.svg#BlenderPro-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Gilroy-Medium";src:url(../fonts/Gilroy-Medium.eot);src:url(../fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy-Medium.woff) format("woff"),url(/fonts/Gilroy-Medium.ttf) format("truetype"),url(../fonts/Gilroy-Medium.svg#Gilroy-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Myriad-Pro";src:url(/assets/fonts/MyriadPro-Regular.eot);src:url(../fonts/MyriadPro-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/MyriadPro-Regular.woff2) format("woff2"),url(../fonts/MyriadPro-Regular.woff) format("woff"),url(../fonts/MyriadPro-Regular.ttf) format("truetype"),url(../fonts/MyriadPro-Regular.svg#BlenderPro-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Rajdhani-Bold";src:url(../fonts/Rajdhani-Bold.eot);src:url(../fonts/Rajdhani-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Rajdhani-Bold.woff2) format("woff2"),url(../fonts/Rajdhani-Bold.woff) format("woff"),url(../fonts/Rajdhani-Bold.ttf) format("truetype"),url(../fonts/Rajdhani-Bold.svg#BlenderPro-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Rajdhani-semibold";src:url(../fonts/Rajdhani-semibold.eot);src:url(/fonts/Rajdhani-semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/Rajdhani-semibold.woff2) format("woff2"),url(/fonts/Rajdhani-semibold.woff) format("woff"),url(../fonts/Rajdhani-semibold.ttf) format("truetype"),url(../fonts/Rajdhani-semibold.svg#BlenderPro-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"GESans-Regular";src:url(../fonts/GESans-Regular.eot);src:url(../fonts/GESans-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/GESans-Regular.woff2) format("woff2"),url(../fonts/GESans-Regular.woff) format("woff"),url(../fonts/GESans-Regular.ttf) format("truetype"),url(../fonts/GESans-Regular.svg#BlenderPro-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"ONE-DAY";src:url(../fonts/ONEDAY.eot);src:url(../fonts/ONEDAY.eot?#iefix) format("embedded-opentype"),url(../fonts/ONEDAY.woff2) format("woff2"),url(../fonts/ONEDAY.woff) format("woff"),url(../fonts/ONEDAY.ttf) format("truetype"),url(../fonts/ONEDAY.svg#ONEDAY) format("svg");font-weight:400;font-style:normal;font-display:swap}


body, textarea, input, button, select, keygen, legend{
	font: 14px/24px "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
    color: #333;
}
h1,h2,h3,h4,h5{font-family: "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53}
section .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid var(--color-primary);
}
section .btn-get-started:hover {
  background: var(--color-primary);
  color: #fff;
}
.topbar{
  background-color: transparent;
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  position: fixed;
  top: 0;
  height: 53px;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.topbar span{font-size: 18px; color: #FFFFFF;}
.tit-header{position: fixed;}
.tit-header.scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(255,255,255,1);
  transition: all .5s ease-in-out 0s;
}
.tit-header .logo img.black,
.tit-header.scrolled .logo img.white{display: none; opacity: 0;}
.tit-header.scrolled .logo img.black{display: block;opacity: 1;transition: all .5s ease-in-out 0s;}
.tit-header.scrolled .topbar{display: none;}

/* Header for Desktop */
@media (min-width: 1280px) {
  .header:hover{background-color: rgba(255,255,255,1);transition: all .5s ease-in-out 0s;}
  .header:hover .logo img.white{display: none; opacity: 0;}
  .header:hover .logo img.black{display: block;opacity: 1;transition: all .5s ease-in-out 0s;}
  .tit-header.scrolled .tit-mainnav a,
  .tit-header.scrolled .logo h1,
  .header:hover .tit-mainnav a,
  .header:hover .logo h1{color: var(--bs-primary-text-emphasis);}
  .header:hover .topbar{background-color: #e4ebf2;}
  .header:hover .topbar span{color: #ff8a00;}

  .tit-mainnav{position: static;}
  .tit-mainnav li{position: static;}
  .tit-mainnav .dropdown ul{
    display: flex; 
    flex-wrap: wrap;
    width: 100%; 
    left: 0;  
    top: calc(100% - 10px);
    justify-content: end!important;
    align-items: flex-start;
    background-color: #e4ebf2;;
    box-shadow: 0px 3px 5px rgba(127, 137, 161, 0.25);
    
  }
  .tit-mainnav .dropdown.nav-i3 ul{padding-right: 300px;}
  .tit-mainnav .dropdown .sub-list {margin-top: 15px;}
  .tit-mainnav .dropdown .sub-list p{margin-bottom: 10px;}
  .tit-mainnav .dropdown .sub-list a{display: inline;}

}
@media (min-width: 1920px) {    
  .tit-mainnav .dropdown.nav-i3 ul{}
}

.tit-subnav .container{padding: 12px 0; position: relative;}
.tit-subnav .container:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #e7e5cf;
}
.tit-subnav a{position: relative;}
.tit-subnav .breadcrumb i.bi{margin-right: 4px;}
.tit-subnav .breadcrumb a{margin-right: 4px;}
.tit-subnav .submenu a{color: #333; margin: 0 10px;  padding: 10px 0;}
@media (max-width: 768px){
  .tit-subnav .submenu a{padding: 0;margin-left: 0; margin-right: 5px;}
}

.tit-subnav .submenu a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #e50016;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.tit-subnav .submenu a:hover:before{
    visibility: visible;
    width: 100%;
}
@media (max-width: 768px){
  .tit-header{padding-top: 10px;}
  .tit-header .topbar{display: none;}
  .hero .carousel-item.mobile-bg{background-image: url(/tit/img/hero-carousel/hero-carousel-2-mobi.jpg)!important;}
}
.hero .carousel-item::before {
  content: "";
  /*background-color: rgba(5, 44, 101, 0.5);*/
  position: absolute;
  inset: 0;
  display: none;
}
.tit-page-title{text-align: left;}
.tit-page-title h2{
    color: #001f89;
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
}
.tit-page-title p{max-width: 100%; font-size: 16px;}
.fadeInUp{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tit-hero{
    padding: 180px 0 60px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tit-hero .slogan{

}
.tit-hero .slogan h2{
    font-size: 36px;
    color: #ff9d00;
    line-height: 1.2;
    font-weight: 300;
}
.tit-hero .slogan h3{
    font-family: "Myriad-Pro";
    font-size: 20px;
    color: #c8dee9;
    text-transform: capitalize;
    margin-top: 10px;
    line-height: 24px;
    letter-spacing: -.5px;
}
.hero .carousel{}
.hero .carousel video{min-width: 100vw;min-height: 100vh;}
.hero .carousel-indicators{display: inherit;margin-left: 10%;margin-bottom: 50px;}
.hero .carousel-btn{
    display: inherit;
    position: absolute;
    right: 50px;
    bottom:36px;
    z-index: 99;
}
.hero .carousel-btn .carousel-control-prev,
.hero .carousel-btn .carousel-control-next{width: auto; position: initial;display: inline-block;opacity: 0.9;}
.hero .carousel-btn .carousel-control-prev span, 
.hero .carousel-btn .carousel-control-next span{background-color: #cc0000; transition: all .7s; cursor: pointer;}
.hero .carousel-btn .carousel-control-prev span:before, 
.hero .carousel-btn .carousel-control-next span:before{display: none;}
.hero .carousel-btn .carousel-control-prev span{
  background: #fff url(/tit/img/icon_prev.png) no-repeat 50%;
  margin-right: 10px;
}
.hero .carousel-btn .carousel-control-next span{
  background: #fff url(/tit/img/icon_next.png) no-repeat 50%
}
.hero .carousel-btn .carousel-control-prev span:hover{
  background: #fff url(/tit/img/icon_prev-on.png) no-repeat 5px;
}
.hero .carousel-btn .carousel-control-next span:hover{
  background: #fff url(/tit/img/icon_next-on.png) no-repeat 23px;
}
.hero .carousel-btn .carousel-control-prev{right: 0;left: auto;}
.hero .carousel .carousel-indicators [data-bs-target]{
  width: 12px; height: 12px; border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
}
.hero .carousel .carousel-indicators .active {
  background-color: #ff8a00;
  border: 2px solid #ff8a00;
}
.tit-page-title h2:before,.tit-page-title h2:after{display: none;}
.tit-page-title h3{
	color: #ff8a00;
    font-size: 24px;
    font-family: "Rajdhani-Bold";
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: -6px;
}
.tit-section-title{}
.tit-section-title span.cn{
	font-size: 20px;
    color: #71757a;
}
.tit-section-title span.en{
	font-family: "GESans-Regular";
    font-size: 33px;
    color: #7c7c7c;
    color: hsla(0,0%,48.6%,.3);
    letter-spacing: -1.5px;
    position: relative;
    padding-left: 16px;
    margin-left: 12px;
    margin-top: -2px;
    text-transform: capitalize;
}
.tit-section-title span.en:before{
	content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    opacity: .5;
}

.tit-feature-section{

}
.tit-feature-section h1{
	font-size: 48px;
    color: #202ba6;
    line-height: 1;
    font-weight: 300;
}
.tit-feature-section h3{
	font-family: "GESans-Regular";
    font-size: 24px;
    color: rgba(74,134,143,.6);
    line-height: 24px;
    margin: 14px 0 24px;
    font-weight: 600;
}
.tit-stacts-section{padding: 0;}
.tit-stacts-section .container{padding: 30px 0;position: relative;}
.tit-stacts-section .stats-item {padding: 0;background: transparent;box-shadow: none;}
.tit-stacts-section .stats-item span{display: inline;font-size: 37px;color: #ff8a00;}
.tit-stacts-section .en-title-bg{
	font-family: "Rajdhani-Bold";
    font-size: 94px;
    color: #7c7c7c;
    color: hsla(0,0%,48.6%,.1);
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: -1px;
}
.tit-section-product{}
.tit-section-product .product-box{
	background-color: #e4ebf2;
    width: 100%;
    height: 458px;
    overflow: hidden;
    border-radius: 8px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.tit-section-product .product-box .product-img{ height: 290px;}
.tit-section-product .product-box .product-img img{max-width: 100%; height: auto;}
.tit-section-product a:hover .product-box,
.tit-section-product .product-box:hover{
	 color: #fff!important;
     background-color: #1a248f!important
}
.tit-section-product .product-box h3{
	font-size: 22px;
  color: #001f89;
  line-height: 1.4;
}

.tit-section-product .product-box h4{
 	font-family: "Rajdhani-semibold";
    font-size: 16px;
    color: #7d8b99;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 2px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.tit-section-product .product-item {padding: 0 34px;}
.tit-section-product .product-item .icon{
	width: 52px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 28px;
    position: relative;
}
.tit-section-product .product-item .icon i{font-size: 48px;}
.tit-section-product a:hover .product-box h3,
.tit-section-product .product-box:hover h3,
.tit-section-product a:hover .product-box h4,
.tit-section-product .product-box:hover h4{
	color: #FFF;
}

.tit-feature-solution{}
.tit-feature-solution .tit-section-title{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1200px;
    margin: 60px auto 0;
    z-index: 50;
    color: #FFF;
}
.tit-feature-solution .tit-section-title span.cn,
.tit-feature-solution .tit-section-title span.en{color: #FFF;}
.tit-feature-solution .tit-section-title span.en:before{background-color: #FFF;}
.tit-swiper-container{position: relative;}
.tit-feature-solution .swiper-slide{position: relative;  height: 640px;}

.tit-feature-solution .swiper-slide .info{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1200px;
    margin: auto;
    z-index: 9;
    text-align: left;
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    display: none;
}
.tit-feature-solution .swiper-slide-active .info{display: block;}
.tit-feature-solution .swiper-slide .info h2{
	font-size: 48px;
    color: #fff;
    line-height: 1;
    font-weight: 300;
    margin-top: 266px;
}
.tit-feature-solution .swiper-slide .info h3{
	font-family: "GESans-Regular";
    font-size: 24px;
    color: #ff7200;
    line-height: 24px;
    font-weight: 700;
    margin: 10px 0 26px;
}
.tit-feature-solution .swiper-slide .info h4{
	font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 700;
    width: 512px;
}

.tit-feature-solution .swiper {
  width: 100%;
  height: 100%;
}

.tit-feature-solution .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tit-feature-solution .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tit-feature-solution .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.tit-feature-solution .swiper-slide {
  background-size: cover;
  background-position: center;
}

.tit-feature-solution .mySwiper2 {
  height: 80%;
  width: 100%;
}

.tit-feature-solution .mySwiper2 .swiper-slide:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../img/slider-cover-bg.png) no-repeat 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.tit-feature-solution .slide-nav-wrapper{  

	width: 594px;
    line-height: 87px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    bottom: 50px;
    padding: 0 38px;
    z-index: 50;
}
@media (max-width: 1200px) {  
  .tit-case-section,
  .tit-feature-solution{padding: 30px 0}
  .tit-feature-solution .slide-nav-wrapper{
    position: static;
    right: auto;
    margin-right: auto;
    padding: 0;
  }
  .tit-feature-solution .mySwiper .swiper-slide{}
}
.tit-co-history .slide-btn,
.tit-feature-solution .slide-nav-wrapper .slide-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.tit-co-history .slide-btn div,
.tit-feature-solution .slide-nav-wrapper .slide-btn div{
	   width: 18px;
    height: 87px;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    margin: auto;
    position: static;
}
.tit-co-history .slide-btn div:hover,
.tit-feature-solution .slide-nav-wrapper .slide-btn div:hover{width: 41px}
.tit-feature-solution .slide-nav-wrapper .mySwiper{
    width: 420px;
    overflow: hidden;
    float: left;
}
.tit-co-history .slide-btn div:after,
.tit-feature-solution .slide-nav-wrapper .slide-btn div:after{display: none;}
.tit-co-history .slide-btn .swiper-button-prev,
.tit-feature-solution .slide-nav-wrapper .slide-btn .swiper-button-prev{
	background: url(../img/slide-prev.png) no-repeat 0;
    margin-right: 10px;
}
.tit-co-history .slide-btn .swiper-button-next,
.tit-feature-solution .slide-nav-wrapper .slide-btn .swiper-button-next{
	background: url(../img/slide-next.png) no-repeat 100%
}
.tit-co-history .slide-btn .swiper-button-prev:hover,
.tit-feature-solution .slide-nav-wrapper .slide-btn .swiper-button-prev:hover{
	background: url(../img/slide-prev-y.png) no-repeat 0
}
.tit-co-history .slide-btn .swiper-button-next:hover,
.tit-feature-solution .slide-nav-wrapper .slide-btn .swiper-button-next:hover{
	background: url(../img/slide-next-y.png) no-repeat 100%
}
.tit-feature-solution .mySwiper {
  height: 87px;
  box-sizing: border-box;
}

.tit-feature-solution .mySwiper .swiper-slide {
  width: 15%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  font-size: 15px;
}

.tit-feature-solution .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  color: #ff7200;
  background-color: transparent;
}

.tit-feature-solution .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  
.tit-feature-solution .btn-more{
	position: absolute;
    bottom: 70px;
    left: 0;
    display: inline-block;
    background-color: #ff9600;
    padding: 0 20px;
    border-radius: 26px;
    transition: background .3s;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    display: block;
    padding-right: 35px;
}

/* Start of Home Case Section */
.tit-case-section {}
.retro-layout .v-height {
  height: 240px; }
.retro-layout .h-entry {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .retro-layout .h-entry .post-category {
    color: #fff; }
  .retro-layout .h-entry .featured-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .retro-layout .h-entry:hover .featured-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .retro-layout .h-entry.mb-30 {
    margin-bottom: 30px; }
  .retro-layout .h-entry .date {
    font-size: 15px; }
  .retro-layout .h-entry.gradient {
    position: relative; }
    .retro-layout .h-entry.gradient:before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }

.retro-layout .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px; }
  .retro-layout .text h2, .retro-layout .text .h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0; }
  .retro-layout .text span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: block;
    margin-bottom: 5px; }
  .retro-layout .text.text-sm h2, .retro-layout .text.text-sm .h2 {
    font-size: 18px;
    line-height: 1.5; }

.retro-layout .gradient {
  position: relative; }
  .retro-layout .gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
/* End of Home Case Section */

.tit-feature-news{}
.tit-feature-news .tab-pane{padding-top: 220px;}

.tit-feature-news .tab-pane .post-1{
  position: absolute;
  right: 0;
  top: 0;
}
@media(max-width: 990px) {
  .tit-feature-news .tab-pane{
    padding-top: 30px;
  }
  .tit-feature-news .tab-pane .post-1{position: static;margin-bottom: 30px;}
  .tit-feature-news .pinned-box{position: static!important}
  .tit-feature-news .posts-list>div{margin-bottom: 30px;}
}
.tit-feature-news .tab-pane .post-1 .news-item{    
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 25px;
  min-height: 200px;
  width: 100%;
}
.tit-feature-news .tab-pane .post-1 .news-item .datetime{font-size: 14px;color: #666;}
.tit-feature-news .tab-pane .post-1 .news-item .title{font-size: 18px;color: #494949;}
.tit-feature-news .tab-content{position: relative;}
.tit-feature-news .pinned-box{position: absolute;}
.tit-feature-news .pinned-box img{width: 100%;}
.tit-feature-news .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
.tit-feature-news .posts-list .post-img {height: 195px; overflow: hidden;}
.tit-feature-news .posts-list .post-img img {
  transition: 0.5s;
}

.tit-feature-news .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.tit-feature-news .posts-list .post-content {
  padding: 30px;
}

.tit-feature-news .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.tit-feature-news .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.tit-feature-news .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.tit-feature-news .posts-list p {
  margin-top: 20px;
}

.tit-feature-news .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.tit-feature-news .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.tit-feature-news .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.tit-feature-news .posts-list .post-item:hover .post-title,
.tit-feature-news .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.tit-feature-news .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

.tit-index-cases .portfolio-content .portfolio-info{opacity: 1;position: static;background: var(--bs-primary-text-emphasis);}
.tit-index-cases .portfolio-content .portfolio-info p{position: static; color: #FFF;}
.tit-index-cases .portfolio-content .portfolio-info i.bi{color: var(--color-primary); margin-right: 3px;}
.tit-index-cases .portfolio-content .case-img{height: 240px; overflow: hidden;}
.tit-index-cases .portfolio-content .portfolio-info h4{background-color: transparent; display:block ;}
.tit-index-cases .portfolio-content .portfolio-info .preview-link{
    right: 15px;
    top: 15px;
    left: auto;
}
.tit-index-cases .portfolio-content .portfolio-info .details-link{display: none;}

.tit-co-history {}
.tit-co-history .container{position: relative;}
.tit-co-history .slide-btn{position: absolute; right: 30px; top: -36px}
.tit-co-history .history-title h2{
  font-size: 20px;
    color: #4c4c4c;
    line-height: 1;
}
.tit-co-history .history-info{
    min-height: 120px;
    background: url(../img/bg_line.png) no-repeat left 8px;
    padding: 0 10px 0 24px;
}
.tit-co-history .history-info h3{
    font-family: "Rajdhani-Bold";
    font-size: 24px;
    color: #ff8e00;
}
.tit-co-history .history-info h3 span{
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: normal;
}
.tit-co-history .history-info p{
   font-size: 14px;
    color: grey;
    line-height: 22px;
    margin-bottom: 20px;
}
.tit-industrial-park .stacts span{
    font-family: "Rajdhani-Bold";
    font-size: 32px;
    color: #202ba7;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.tit-industrial-park h1{
  font-family: "Rajdhani-Bold";
    font-size: 94px;
    color: #cbcbd1;
    line-height: 1;
    text-transform: uppercase;
}
.tit-industrial-park h1 span{    color: #202ba7!important;}
.tit-industrial-park .industrial-park-block{
  animation-delay: 0.2s;
  background-image: url(/images/26.jpg);
  background-size: cover;
  visibility: visible;
  animation-name: fadeInUp;
  height: 496px;
}
.tit-industrial-park .industrial-park-block .icon .bi{
  color: var(--bs-primary-text-emphasis);
  font-size: 3rem;
}
@media (max-width: 1279px) {
  .tit-industrial-park h1{
    font-size: 34px;
  }
  .tit-industrial-park .industrial-park-block .icon .bi{
    font-size: 2rem;
  }
}
.tit-co-brand-block{}
.tit-co-brand-block .portfolio-content{
  /*background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);*/
  
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
.tit-co-brand-block .portfolio-content:hover img {
  transform: scale(1);
}
.tit-co-brand-block .portfolio-content .case-img{background:url(/tit/img/bg_brand.jpg) no-repeat 50%;}
.tit-co-brand-block .portfolio-content img{max-height: 240px; margin: 15px 0;}
.tit-co-brand-block .portfolio-content .info h4{    font-size: 16px;font-weight: 400;}
.tit-index-product .portfolio-flters{
    margin-top: -64px;
    position: relative;
    text-align: right;
}
.tit-index-product {overflow: inherit;}
.tit-index-product .portfolio-flters li{font-size: 14px;position: relative; padding: 10px 0;}
.tit-index-product .portfolio-flters li:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #e50016;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.tit-index-product .portfolio-flters li:hover:before{
    visibility: visible;
    width: 100%;
}
@media (min-width: 1280px) {
  .tit-post .row{padding: 0 60px;}
}
.tit-post .post-title{
  font-size: 36px;
  color: #4c4c4c;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.tit-post h1{font-size: 24px;position: relative; margin: 30px 0;}
.tit-post h1:after{
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-primary);
    left: 12px;
    bottom: -8px;
}
.tit-post p img{max-width: 100%; height: auto;}

.tit-post-product {}
.tit-post-product .item-box img{max-width: 100%;}
.tit-post-product .post-summary,
.tit-post-product .post-content{
    background-color: #e4ebf2;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto 60px;
}
.tit-post-product .post-summary .post-img{
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
.tit-post-product .post-summary .post-img img{max-width: 100%; height: auto!important;}
.tit-post-product .post-summary h1{font-size: 32px; font-weight: 400;}
.tit-post-product .post-content .item-box .bi{
  font-size: 28px;
  margin-left: -40px;
  vertical-align: middle;
  margin-right: 10px;
  color: var(--bs-primary-text-emphasis);
}

/* Download List */
.download-list {}
.download-list .info-item{ 
  background-color: #fff;
  transition-duration: .5s
}

.download-list .info-item:hover{
  background: linear-gradient(180deg,#5282e3,#212ba6);
  box-shadow: 0 0 20px 1px rgba(29,34,92,.4);
  transition-duration: .5s
}
.download-list .info-item i.bi{
  font-size: 32px;
}

/* 右边栏悬浮工具条 */
.scroll-wrapper{
  position: fixed;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  padding-top: 10px;
  z-index: 99;
  transition: all .6s;
}
.scroll-wrapper p{padding: 0; margin: 0;}
.scroll-wrapper .scroll-top{
  position: static;
  visibility: visible;
  opacity: 1;
}
.scroll-wrapper.active{
  visibility: visible;
  opacity: 1;
  right: 3px;
}
.scroll-wrapper a{
  width: 5rem;
  height: 5rem;
  background: var(--color-primary);
  display: block;
}
.scroll-wrapper a.t-btn{
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  transition: all .4s;
  background-color: rgba(3, 41, 116, 0.8);
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  padding: .5rem;
}
.scroll-wrapper a:hover{background-color: rgba(3, 41, 116, 1);}
.scroll-wrapper a p{color: #FFF;}
.scroll-wrapper a i{
  color: #FFF;
  font-size: 24px;
}
.scroll-wrapper a.hotline{position: relative;}
.scroll-wrapper a.hotline .phone{
  position: absolute;
  right: -300px;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 200px;
  transition: all .4s;
  background-color: #ff9600/*rgba(3, 41, 116, 1) 蓝色*/;
  border-radius: 6px;
  padding: 16px 0;
  font-size: 18px;
}
.scroll-wrapper a.hotline:hover .phone{
  right: 0px;
}
/* Baidu Map for Contact Page */
.bmap{width: 100%;height: 500px;}
.anchorBL{display: none;}
.infoWindow{width: 300px;background: #fff;color: #333;-webkit-transform: translate(40px,-50%);transform: translate(40px,-50%);}
.infoWindow::before{display: block;content: '';border-style: solid;border-width: 10px 10px;border-color: transparent #fff transparent transparent;position: absolute;left: -20px;top: 50%;margin-top: -10px;}
.infoWindow .inner{padding: 12px 18px;}
.infoWindow .inner h4{color: #333; font-size: 18px;}
.infoWindow .inner .text{margin-top: 12px;}
.infoWindow .inner .text p{text-align: left;word-break: keep-all;color: #333;}


/**/
.service-policy{}
.service-policy h2{font-size: 36px; margin-bottom: 40px;}
.service-policy .our-story h3{font-size: 24px;}
.service-policy .our-story h4{font-size: 14px;}
/* animated*/
@-webkit-keyframes ban_bg {
  0% {
    width: 0;
  }

  100% {
    width: 108%;
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

@keyframes ban_bg {
  0% {
    width: 0;
  }

  100% {
    width: 108%;
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

@-webkit-keyframes arrow-movement {
  0% {
    bottom: 12px
  }

  70% {
    bottom: 0;
  }

  to {
    bottom: 12px;
  }
}

@keyframes arrow-movement {
  0% {
    bottom: 12px
  }

  70% {
    bottom: 0;
  }

  to {
    bottom: 12px;
  }
}

@-webkit-keyframes h_map {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes h_map {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes circle_right {
  0% {
    transform: rotate(-45deg);
  }

  50%,
  100% {
    transform: rotate(135deg);
  }
}

@keyframes circle_right {
  0% {
    transform: rotate(-45deg);
  }

  50%,
  100% {
    transform: rotate(135deg);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.ban_bg {
  -webkit-animation-name: ban_bg;
  animation-name: ban_bg
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

.arrow-movement {
  -webkit-animation-name: arrow-movement;
  animation-name: arrow-movement
}

.h_map {
  -webkit-animation-name: h_map;
  animation-name: h_map
}

.circle_right {
  -webkit-animation-name: circle_right;
  animation-name: circle_right
}
.clear-float::after{
  content: "";
  display: block;
  /* width: 100%; */
  height: 0;
  clear: both;
}


